Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
Ktor
ktor-client-core
/
io.ktor.client.fetch
/
[wasmJs]WritableStreamDefaultWriter
Writable
Stream
Default
Writer
wasmJs
external
interface
WritableStreamDefaultWriter
<
W
:
JsAny
?
>
:
JsAny
(
source
)
Members
Properties
closed
Link copied to clipboard
wasmJs
abstract
var
closed
:
Promise
<
JsAny
?
>
desired
Size
Link copied to clipboard
wasmJs
open
var
desiredSize
:
Int
?
ready
Link copied to clipboard
wasmJs
abstract
var
ready
:
Promise
<
JsAny
?
>
Functions
abort
Link copied to clipboard
wasmJs
abstract
fun
abort
(
reason
:
JsAny
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
close
Link copied to clipboard
wasmJs
abstract
fun
close
(
)
:
Promise
<
JsAny
?
>
release
Lock
Link copied to clipboard
wasmJs
abstract
fun
releaseLock
(
)
write
Link copied to clipboard
wasmJs
abstract
fun
write
(
chunk
:
W
)
:
Promise
<
JsAny
?
>